html,
body {
	background: #f8f8f8;
}

/*swiper  */
.swiper-container .swiper-button-hidden{ opacity : 0; }
			.swiper-pagination-bullet {
				width: 25px;
				border-radius: 25px;
				height: 4px;
			}

			.swiper_title {
				position: relative;
			}

			.swiper_title>h5 {
			     box-sizing: border-box;
			     color: #fff;
			     font-family: 黑体;
			     position: absolute;
			     bottom: 0px;
			     height: 50px;
			     line-height: 50px;
			     width: 100%;
			     padding: 0 20px;
			     font-size: 20px;
			     padding-bottom: 10px;
			     text-shadow: 1px 1px 1px #000;
			     background-color: rgba(0,0,0,0);
			     background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
			     background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.9)));
			     background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9));
			     background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
			   }
.js_content {
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
	box-sizing: border-box;
	padding-top: 20px;

}

.ccw_top {
	margin-bottom: 20px;
}

.js_carousel {
	margin-right: 20px;
	max-width: 65%;
}

.js_carousel>img {
	width: 100%;
	height: 330px;
}

.right_ad>img {
	width: 100%;
	height: 330px;
	max-width: 330px;
}

.js_sight {
	background: #fff;
	margin-bottom: 20px;
}

.sight_title {
	padding: 18px;
}

.sight_title>h5 {
	border-left: 2px solid #0c52f1;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}

.sight_title>a {
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.sight_slide>img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sight_slide>h5 {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	padding: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.special_wrap>ul {
	flex-wrap: wrap;
}

.special_wrap>ul>li:nth-child(odd) {
	margin-right: 20px;
}

.special_item {
	background: #fff;
	margin-bottom: 20px;
	min-width: 48%;
}

.special_item_title {
	padding: 18px;
	border-bottom: 1px solid #eee;
}

.special_item_title>h5 {
	border-left: 2px solid #0c52f1;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;

}

.special_item_title>a {
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.special_sub_ul {
	flex-wrap: wrap;
}
.special_sub_li>a{ display: inline-block;margin-right: 20px;}
.special_sub_li {
	border-bottom: 1px solid #eee;
	padding: 28px 20px;
}

.special_sub_li img {
	width: 200px;
	height: 100px;
	
	flex: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

/* .special_sub_li>img {
	width: 200px;
	height: 100px;
	margin-right: 20px;
	flex: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
} */
.special_sub_li img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.sub_item {
	flex: 1;
}

.sub_item h6 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial, "微软雅黑", Microsoft YaHei;
	height: 47px;
	color: #333;
	line-height: 26px;
	display: -webkit-box;
	/*-webkit-box-orient: vertical;*/
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sub_item>p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 5px;
	display: -webkit-box;
	/*-webkit-box-orient: vertical;*/
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
}

.FULLSCREEN_ad {
	width: 100%;
	padding-bottom: 20px;
}

.FULLSCREEN_ad>a {
	display: block;
}

.FULLSCREEN_ad>a>img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/* 专题页pc */
.subject {
	flex-wrap: wrap;
	padding: 20px 0;
}

.subject_item {

	margin-right: 1.25%;
	background: #fff;
	margin-bottom: 20px;
	width: 32.5%;

}

.subject_item>img {
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.subject_item>img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.subject_text {
	padding: 20px 20px 30px;
}

.subject_text>h5 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial, "微软雅黑", Microsoft YaHei;
	color: #333;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
}

.subject_text>p {
	font-size: 14px;
	/*font-weight: bold;*/
	font-family: arial, "微软雅黑", Microsoft YaHei;
	color: #666;
	line-height: 22px;
	padding-top: 5px;
	display: -webkit-box;
	/*-webkit-box-orient: vertical;*/
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:67px;
}

.subject>li:nth-child(3n) {
	margin-right: 0;
}

/* iphone */
@media screen and (min-width:320px) and (max-width:768px) {
	.swiper_title>h5 {
	 font-size: 14px!important;
	  overflow: hidden;
	  /* text-overflow: ellipsis; */
	 /* white-space: nowrap; */
	  width: 65%;
	 padding-bottom: 0;
	
	}
	.js_carousel{ width: 100%; max-width: none; height: auto;}
	.js_content {
		padding: 15px;
	}

	.ccw_top {
		display: block;
	}

	.js_carousel>img {
		width: 100%;
		height: auto;
	}

	.js_carousel {
		margin-right: 0;
	}

	.right_ad>img {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-top: 5px;
	}

	.special_sub_li>img {
		height: auto;
	}

	.sight_slide>h5 {
		padding: 10px 10px 0;
		margin-bottom: 10px;
	}

	.special_wrap>ul>li:nth-child(odd) {
		margin-right: 0;
	}

	.special_item {
		width: 100%;
	}

	.special_wrap>ul {
		display: block;
	}

	/*专题页iphone  */
	.subject {
		display: block;
	}

	.subject_item {
		margin-right: 0;
		width: 100%;
	}

	.subject_text {
		padding: 15px 15px 20px;
	}

}

/*ipad*/
@media (max-width: 1024px) and (min-width: 769px) {
	.subject_item {
		margin-right: 0;
		width: 49%;
	}

	.subject>li:nth-child(odd) {
		margin-right: 2%;
	}

	.js_carousel>img {
		height: auto;
	}

	.right_ad>img {
		height: auto;
	}

}
